home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / util / arc / xadmaster060.lha / xad / Docs / exe2arc.doc < prev    next >
Encoding:
Text File  |  2002-01-02  |  1.4 KB  |  58 lines

  1. NAME
  2.     exe2arc 1.4
  3.  
  4. SYNOPSIS
  5.     exe2arc FROM/A,TO,TYPE/K
  6.  
  7. DESCRIPTION
  8.     This program extracts the archive data from self extracting
  9.     archive files. You can afterwards use that archive with xad
  10.     or any other unarchiver. It equals the executable file, except
  11.     the exe header is stripped and offsets are corrected. It works
  12.     with all executable formats, which contain valid archive data.
  13.  
  14.     Currently Zip, Rar, LhA, Cabinet, Arj and Ace are supported.
  15.     Always test the extracted archive, as it may be damaged.
  16.  
  17.     FROM specifies the exe file archive that should be handled.
  18.  
  19.     TO is the name of destination archive file. This is automatically
  20.     created, if not given. It also maybe the name of a directory, where
  21.     the file should be stored.
  22.  
  23.     TYPE allows to specify the archive type (if known). You always
  24.     need to specify the TYPE keyword. The type may be specified using
  25.     the archive format extension or the type name displayed, when
  26.     archives are found.
  27.  
  28. EXAMPLE
  29.     Shell> exe2arc pk204g.exe
  30.  
  31. HISTORY
  32.     exe2arc 1.4
  33.     - now supports destination directories
  34.  
  35.     exe2arc 1.3
  36.     - added TYPE keyword
  37.  
  38.     exe2arc 1.2
  39.     - added Rar, LhA, Cabinet, Arj, Ace
  40.     - renamed tool
  41.  
  42.     exe2zip 1.1
  43.     - now supports somewhat faulty exe files.
  44.  
  45.     exe2zip 1.0
  46.     - First public release.
  47.  
  48. COPYRIGHT
  49.     exe2arc is freely distributable for noncommercial use.
  50.  
  51. AUTHOR
  52.     Dirk Stöcker
  53.     Geschwister-Scholl-Straße 10
  54.     01877 Bischofswerda
  55.     GERMANY
  56.     
  57.     Dirk Stoecker <stoecker@epost.de>
  58.